From: Richard M. Stallman Date: Sat, 12 Oct 1996 23:54:53 +0000 (+0000) Subject: (define-function): Define as alias for defalias. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~82634 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ae1cc0311c2441df6518cf88c84bad2fbd8f087f;p=emacs.git (define-function): Define as alias for defalias. --- diff --git a/lisp/subr.el b/lisp/subr.el index fdb5b757b6d..83cc198040d 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -415,6 +415,7 @@ as returned by the `event-start' and `event-end' functions." (defalias 'buffer-flush-undo 'buffer-disable-undo) (defalias 'eval-current-buffer 'eval-buffer) (defalias 'compiled-function-p 'byte-code-function-p) +(defalias 'define-function 'defalias) ;; Some programs still use this as a function. (defun baud-rate ()